home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / ACRViewer.1.3 / developer / OperatorExample / Threshold / ThreshOperator.h < prev    next >
Encoding:
Text File  |  1995-04-30  |  125 b   |  13 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import "ImageOperator.h"
  5.  
  6. @interface ThreshOperator:ImageOperator
  7. {
  8.     id    threshForm;
  9. }
  10.  
  11.  
  12. @end
  13.